home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / space_escape.swf / scripts / DefineButton2_370 / BUTTONCONDACTION on(release).as
Text File  |  2007-01-15  |  82b  |  5 lines

  1. on(release){
  2.    _root.shipType = shipNum;
  3.    _root.gotoAndStop("getReady");
  4. }
  5.